projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5fb6a0
)
eliminate some redundant redclarations. (#217)
author
tsteven4
<tsteven4@users.noreply.github.com>
Tue, 3 Jul 2018 22:58:17 +0000
(16:58 -0600)
committer
GitHub
<noreply@github.com>
Tue, 3 Jul 2018 22:58:17 +0000
(16:58 -0600)
ignrando.cc
patch
|
blob
|
history
xmltag.cc
patch
|
blob
|
history
diff --git
a/ignrando.cc
b/ignrando.cc
index f469c25def78815d4f65039f8ae13c4e5d9bae0f..196cdc833c4bb796fe5cfe5a15b33823244d9c08 100644
(file)
--- a/
ignrando.cc
+++ b/
ignrando.cc
@@
-71,10
+71,6
@@
ignr_xml_error(int condition)
/* xmlgeneric callbacks */
-static xg_callback ignr_start;
-static xg_callback ignr_nb_etapes, ignr_descr;
-static xg_callback ignr_etape_begin, ignr_etape_end;
-
static void
ignr_start(xg_string, const QXmlStreamAttributes*)
{
diff --git
a/xmltag.cc
b/xmltag.cc
index 021da7cd7f351581028b17eab22f5a9709c9b483..ede8ce0211453b15e26e07fe7c721fb5e1486a43 100644
(file)
--- a/
xmltag.cc
+++ b/
xmltag.cc
@@
-116,8
+116,6
@@
convert_xml_tag(xml_tag* tag)
convert_xml_tag(tag->child);
}
-fs_xml* fs_xml_alloc(long type);
-
static void
fs_xml_destroy(void* fs)
{